home *** CD-ROM | disk | FTP | other *** search
/ Sacred & Secular / Sacred and Secular.iso / pc / movies / shared.dir / 04857_Script__return from captionPicreturn from captionPic.ls < prev    next >
Text File  |  1996-04-03  |  198b  |  9 lines

  1. global comingfrom,currentcast,holdcomingfrom
  2. on mouseDown
  3.   if the doubleclick then
  4.     dontpassevent
  5.   else
  6.     set comingfrom = holdcomingfrom
  7.     turnoffmenu (comingfrom,1,0)
  8.   end if
  9. end